x86: ucode-amd: Don't warn when no ucode is available for a CPU revision
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Sep 2011 17:35:30 +0000 (18:35 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Sep 2011 17:35:30 +0000 (18:35 +0100)
commit2f0f0613f62a786c3ea398ec3f743df7c3305fa1
treec0f32d3e3315b9d568b05d99a67f71dbd93b0d38
parentfefc3f0274acba5b806fa46917a6130c0dcbb7f2
x86: ucode-amd: Don't warn when no ucode is available for a CPU revision

This patch originally comes from the Linus mainline kernel (2.6.33),
find below the patch details:

From: Andreas Herrmann <herrmann.der.user@googlemail.com>

There is no point in warning when there is no ucode available
for a specific CPU revision. Currently the container-file, which
provides the AMD ucode patches for OS load, contains only a few
ucode patches.

It's already clearly indicated by the printed patch_level
whenever new ucode was available and an update happened. So the
warning message is of no help but rather annoying on systems
with many CPUs.

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/microcode_amd.c